Platform Explorer / Nuxeo Platform LTS 2017 9.10

Contribution org.nuxeo.ecm.platform.userworkspace.coreTypes--doctype

This contribution is part of XML component org.nuxeo.ecm.platform.userworkspace.coreTypes inside nuxeo-platform-userworkspace-types-9.10.jar /OSGI-INF/userworkspace-schemas-contrib.xml

Extension Point

Extension point doctype of component TypeService.

Contributed Items

  • <doctype extends="Folder" name="UserWorkspacesRoot">
          <facet name="SuperSpace"/>
          <facet name="HiddenInNavigation"/>
          <subtypes>
            <type>Workspace</type>
          </subtypes>
        </doctype>

XML Source

<extension point="doctype" target="org.nuxeo.ecm.core.schema.TypeService">

    <doctype extends="Folder" name="UserWorkspacesRoot">
      <facet name="SuperSpace"/>
      <facet name="HiddenInNavigation"/>
      <subtypes>
        <type>Workspace</type>
      </subtypes>
    </doctype>

  </extension>